home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-02.Z / 94-02 / text0166.txt < prev    next >
Encoding:
Text File  |  1994-02-28  |  20.3 KB  |  512 lines

  1. Do I need any special service on the HP 9000 server to get the gopher to work.
  2.  
  3. (or do I need to "Allow" something, in the unix setup')
  4.  
  5. I'm not talking about seting up gopher server on the unix, only usit to 
  6. get connectet to other gophers on the net.
  7.  
  8. any help.... out there...?
  9.  
  10.  
  11. thanks
  12.  
  13. Johann S. Jonsson
  14. e-mail:  johann@iti.is
  15.  
  16.  
  17. ps.
  18.  
  19. Macintosh gopher client is working fine on this net.
  20.  
  21. .......................................................................
  22.  
  23. Item Subject: WINMAIL.DAT
  24. Could not convert UNKNOWN FILE-TYPE (1734) item to text.
  25. Will attempt to 'shar' item as file '0009361' at end of msg.
  26.  
  27.  
  28. # This is a shell archive.  Remove anything before this line,
  29. # then unpack it by saving it in a file and typing "sh file".
  30. #
  31. # Wrapped by HP OpenMail System <openmail@korpa> on Thu Feb 17 16:27:41 1994
  32. #
  33. # This archive contains:
  34. #    0009361    
  35. #
  36. # Error checking via wc(1) will be performed.
  37.  
  38. LANG=""; export LANG
  39. PATH=/bin:/usr/bin:$PATH; export PATH
  40.  
  41.  
  42. rm -f /tmp/uud$$
  43. (echo "begin 666 /tmp/uud$$\n#;VL*n#6%@x\n \nend" | uudecode) >/dev/null 2>&1
  44. if [ X"`cat /tmp/uud$$ 2>&1`" = Xok ]
  45. then
  46.     unpacker=uudecode
  47. else
  48.     echo Compiling unpacker for non-ascii files
  49.     pwd=`pwd`; cd /tmp
  50.     cat >unpack$$.c <<'EOF'
  51. #include <stdio.h>
  52. #define C (*p++ - ' ' & 077)
  53. main()
  54. {
  55.     int n;
  56.     char buf[128], *p, a,b;
  57.  
  58.     scanf("begin %o ", &n);
  59.     gets(buf);
  60.  
  61.     if (freopen(buf, "w", stdout) == NULL) {
  62.         perror(buf);
  63.         exit(1);
  64.     }
  65.  
  66.     while (gets(p=buf) && (n=C)) {
  67.         while (n>0) {
  68.             a = C;
  69.             if (n-- > 0) putchar(a << 2 | (b=C) >> 4);
  70.             if (n-- > 0) putchar(b << 4 | (a=C) >> 2);
  71.             if (n-- > 0) putchar(a << 6 | C);
  72.         }
  73.     }
  74.     exit(0);
  75. }
  76. EOF
  77.     cc -o unpack$$ unpack$$.c
  78.     rm unpack$$.c
  79.     cd $pwd
  80.     unpacker=/tmp/unpack$$
  81. fi
  82. rm -f /tmp/uud$$
  83.  
  84. echo x - 0009361 '[non-ascii]'
  85. $unpacker <<'@eof'
  86. begin 660 0009361
  87. M>)\^(@   0N  0 B    ,FIT:#=I*# S-BEL9' H82ES;V,R+G!O<"YP<W4NX
  88. &961U -H*                                                    X
  89.                                                              X
  90. end
  91. @eof
  92. set `wc -lwc <0009361`
  93. if test $1$2$3 != 1151
  94. then
  95.     echo ERROR: wc results of 0009361 are $* should be 1 1 51
  96. fi
  97.  
  98. chmod 660 0009361
  99.  
  100. rm -f /tmp/unpack$$
  101. exit 0
  102. From news@bigblue.oit.unc.edu Thu Feb 17 16:19:14 1994
  103. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  104.           id AA02901; Thu, 17 Feb 1994 11:57:00 -0500
  105. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  106.           id AA03107; Thu, 17 Feb 1994 11:34:51 -0500
  107. Received: from GATEWAY by bigblue with netnews
  108.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  109. To: winsock@sunsite.unc.edu
  110. Date: Thu, 17 Feb 94 16:19:14 GMT
  111. From: atae@spva.ph.ic.ac.uk (Ata Etemadi)
  112. Message-Id: <1994Feb17.161914.25661@cc.ic.ac.uk>
  113. Organization: Imperial College of Science, Technology, and Medicine, London, England
  114. Sender: ses
  115. References: <2jtmgv$i7o@news.doit.wisc.edu>
  116. Reply-To: atae@spva.ph.ic.ac.uk
  117. Subject: Re: xwindemo-how to make it work?
  118.  
  119. In article <2jtmgv$i7o@news.doit.wisc.edu>, philips@cae.wisc.edu (Philip William Stephenson) writes:
  120. |> Hi all-
  121. |> 
  122. |> I downloaded xwindemo from cica last week and am still at a loss as
  123. |> to how to get it to make a meaingfull connection.  I am running
  124. |> Trumpet Winsock 1.00 #18, which works great with other clients, such
  125. |> as qvt, etc.  Can anyone tell me what arguments they pass to xwindemo
  126. |> to get an XDMCP session going (on a Sun, for example)?  I would even
  127. |> be glad to know how someone gets an rsh to work.  I can at least 
  128. |> tickle the remote machine with rsh or rexec, but I have never been
  129. |> able to get a window open to it.  Please excuse my ignorance, and 
  130. |> thanks in advance for your help.
  131. |> 
  132. |> --phil
  133.  
  134. G'Day Phil
  135.  
  136. I am posting this since I saw some followups asking similar questions.
  137. First of all let me clarify some things. XDCMP is a connection between
  138. xwindemo and any machine running the X Display Manager (xdm). You can't
  139. use XDCMP otherwise. xdm is something that your system manager should 
  140. install. A lot of sys admins, don't since they have no clue and use 
  141. whatever comes with the box (Openwindows, Decwindows etc..). installing
  142. xdm should be almost compulsory since there are so many advantages for
  143. application programs as well as security, speed etc.. If you have machines 
  144. running xdm, then xwindemo sends a query out to all the machines on your 
  145. local network and automagically builds up a list of machines willing to 
  146. "talk" to your PC. All you need do then is click on the name of a machine
  147. in the list and its just as if you were sitting at the Sunstatio or whatever. 
  148. Its really impressive how well they have done it.
  149.  
  150. As with rsh, rexec etc.. again you need any machine running Xwindows (no 
  151. need for xdm this time). Now, pull down the sessions menu, choose "edit
  152. session". You will get a box. Choose, for example rexec, by clicking on
  153. the little circle at the left-hand corner. Fill in the IP address of the
  154. machine you want to connect to, and your username etc.. and also give
  155. this session a name (eg MYSESSION). In the command box type this:
  156.  
  157.    xterm -display ip.address.ofyour.pc:0.0
  158.  
  159. Now, "accept" this and go back and pull down the sessions menu again. 
  160. You should see an item MYSESSION. Choosing this will mean xwindemo will
  161. log you into the remote machine, and cause an X windows application program 
  162. (namely an xterminal) to be invoked. The xterminal will be created on your
  163. PC since you are runing xwindemo. This is different from mere telnet in
  164. that you are actually running Xwindows on your PC and not just logging in.
  165. You now have access to all the Xwindows programs that are available on
  166. the Unix workstation you connected to. There are thousands of possibilities
  167. depending on what your sys admin has decided to install. In the xterm window 
  168. type some of these and see if they work.
  169.  
  170.        xmosaic, xrn, xclipboard, xclock, xgopher, xeyes, xterm
  171.  
  172. Note: you can even make another xterm.
  173.  
  174.     good luck
  175.         Ata <(|)>
  176. -- 
  177.          Dr Ata Etemadi, Blackett Laboratory,
  178.          Space and Atmospheric Physics Group,
  179.          Imperial College of Science, Technology, and Medicine,
  180.          Prince Consort Road, London SW7 2BZ, ENGLAND
  181. Internet/Arpanet/Earn/Bitnet: atae@spva.ph.ic.ac.uk
  182. Span                        :  SPVA::atae
  183. UUCP/Usenet                 :  atae%spva.ph.ic@nsfnet-relay.ac.uk
  184. From natale@acec.com Thu Feb 17 07:03:29 1994
  185. Received: from uu3.psi.com by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  186.           id AA04485; Thu, 17 Feb 1994 12:05:27 -0500
  187. Received: from acec.com by uu3.psi.com (5.65b/4.0.071791-PSI/PSINet) via SMTP;
  188.         id AA29322 for winsnmp@calypso-2.oit.unc.edu; Thu, 17 Feb 94 12:04:24 -0500
  189. Date: Thu, 17 Feb 1994 12:03:29 -0500
  190. From: natale@acec.com (Bob Natale)
  191. Received: by nips.acec.com (5.65/3.2.083191-American Computer and Electronics Corp. )
  192.     id AA04987; Thu, 17 Feb 1994 12:03:29 -0500
  193. Message-Id: <9402171703.AA04987@nips.acec.com>
  194. To: levinson@halcyon.com
  195. Subject: Re:  Anyone doing an SNMP tool?
  196. Cc: winsnmp@sunsite.unc.edu, winsock@sunsite.unc.edu
  197.  
  198. > Date: Thu, 17 Feb 1994 09:54:56 -0500
  199. > From: levinson@halcyon.com (Don Levinson)
  200.  
  201. Hi Don,
  202.  
  203. > Is anyone out there writing an SNMP management tool for Winsock?
  204. > also I would be interested in an SNMP agent for winsock.
  205.  
  206. There are already a number of excellent SNMP management tools that
  207. run over WinSock...and many more to come as a result of WinSNMP
  208. progress.  To name just a couple of the major existing products
  209. that I personally have first-hand knowledge of (i.e., there may
  210. well be others):
  211.  
  212.     - HP OpenView for Windows
  213.     - SNMPc (by Castle Rock)
  214.     - NewtWatch (by NetManage)
  215.     - NetPlus (American Computer)
  216.  
  217. A number of vendors and developers are working on SNMP management
  218. applications to run over WinSNMP...and one of the most popular
  219. transport interfaces will be WinSock.  We just concluded the first
  220. WinSNMP interoperability "bake-off" last night (hosted by NetManage
  221. in Cupertino) with excellent results and we saw a number of different
  222. transport interfaces among the participants, including:
  223.  
  224.     - WinSock (over multiple vendors' stacks)
  225.     - WLIBSOCK (Novell)
  226.     - PktDrv implementations
  227.     - Direct-to-Vendor-Stack implementations
  228.  
  229. All the WinSNMP test applications (including NetManage's NewtWatch)
  230. were able to run as expected without regard to the underlying transport
  231. interface used by the WinSNMP implementation.
  232.  
  233. Anyway, I guess I'm getting to far off-track from your question....
  234. To summarize:  There are a number of very good SNMP management tools
  235. available now that run over WinSock just fine...and many more will
  236. hit the shelves soon...by which I mean probably just after Spring
  237. Interop.
  238.  
  239. Regards,
  240.  
  241. BobN
  242. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  243. Bob Natale               American Computer           301-258-9850 [tel]
  244. Director                 209 Perry Pkwy              301-921-0434 [fax]
  245. Network Mgmt Products    Gaithersburg MD 20877          natale@acec.com
  246. From news@bigblue.oit.unc.edu Thu Feb 17 16:50:19 1994
  247. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  248.           id AA06869; Thu, 17 Feb 1994 12:26:57 -0500
  249. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  250.           id AA10754; Thu, 17 Feb 1994 12:02:59 -0500
  251. Received: from GATEWAY by bigblue with netnews
  252.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  253. To: winsock@sunsite.unc.edu
  254. Date: Thu, 17 Feb 1994 16:50:19 GMT
  255. From: rob@enlil.premenos.com (Rob Clark)
  256. Message-Id: <CLDo3v.J2G@adad.premenos.sf.ca.us>
  257. Organization: Premenos Corporation
  258. Sender: ses
  259. Subject: WinSpan? Anyone heard of this?
  260.  
  261. I'm evaluating  Windows TCP/IP packages currently. Somebody
  262. mentioned a product called WinSpan. I hadn't heard of this
  263. one before, so I was curious. Does anyone have any experiences
  264. (good or bad) with this product?
  265.  
  266. Rob Clark, c/o Premenos Corp (rob@premenos.sf.ca.us)
  267. From news@bigblue.oit.unc.edu Thu Feb 17 17:06:31 1994
  268. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  269.           id AA06876; Thu, 17 Feb 1994 12:26:59 -0500
  270. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  271.           id AA16400; Thu, 17 Feb 1994 12:07:46 -0500
  272. Received: from GATEWAY by bigblue with netnews
  273.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  274. To: winsock@sunsite.unc.edu
  275. Date: 17 Feb 1994 17:06:31 GMT
  276. From: hardiman@alpha1.csd.uwm.edu (Paul V Hardiman)
  277. Message-Id: <2k086nINNrso@uwm.edu>
  278. Organization: Computing Services Division, University of Wisconsin - Milwaukee
  279. Sender: ses
  280. References: <greenman.71.2D623EBE@terra.oscs.montana.edu>
  281. Subject: Re: KA9Q/slip/winsock troubles
  282.  
  283. In article <greenman.71.2D623EBE@terra.oscs.montana.edu> greenman@terra.oscs.montana.edu (Bruce Albert) writes:
  284. >The problem is I can't figure out how to get the KA9Q pc to 
  285. >route between the slip client and the ethernet.
  286.  
  287. I once made a dumb assumption about KA9Q which caused a problem like
  288. this.  KA9Q will not route by default.  You must put a "start rip"
  289. command in autoexec.net.
  290.  
  291. -- 
  292. Paul Hardiman
  293. University of Wisconsin - Milwaukee
  294. hardiman@alpha1.csd.uwm.edu
  295. (414) 229-6648
  296. From news@bigblue.oit.unc.edu Thu Feb 17 00:58:39 1994
  297. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  298.           id AA06889; Thu, 17 Feb 1994 12:27:01 -0500
  299. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  300.           id AA25718; Thu, 17 Feb 1994 12:18:40 -0500
  301. Received: from GATEWAY by bigblue with netnews
  302.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  303. To: winsock@sunsite.unc.edu
  304. Date: Thu, 17 Feb 1994 08:58:39 -0800
  305. From: don@orca.osg.gov.bc.ca (Don Hiscock)
  306. Message-Id: <don-170294085839@carp.osg.gov.bc.ca>
  307. Organization: BC Systems
  308. Sender: ses
  309. Subject: Trumpet V1 - BOOTP Problem over SLIP
  310.  
  311. I'm having problems with Trumpet Winsock v1 picking up the bootp packet
  312. from a term server. The dial script ends with the bootp command followed by
  313. the online command. The ip trace looks like :
  314.  
  315. Script completed
  316. IP 0.0.0.0        ->255.255.255.255 len 328 prot 17
  317. IP 0.0.0.0        ->255.255.255.255 len 328 prot 17
  318. IP header checksum error
  319. IP 142.32.3.99    ->142.32.3.100    len 328 prot 17
  320. IP 0.0.0.0        ->255.255.255.255 len 328 prot 17
  321. IP 142.32.3.99    ->142.32.3.100    len 328 prot 17
  322. IP 0.0.0.0        ->255.255.255.255 len 328 prot 17
  323. IP 0.0.0.0        ->255.255.255.255 len 328 prot 17
  324. IP 142.32.3.99    ->142.32.3.100    len 328 prot 17
  325. IP 142.32.3.99    ->142.32.3.100    len 328 prot 17
  326. IP 142.32.3.99    ->142.32.3.100    len 328 prot 17
  327.  
  328. The packets comming back are the bootp packets which are being ignored. No
  329. matter what kind of flow control I use it still fails. Strangely enough it
  330. always works when I turn the udp and extra detail trace on:
  331.  
  332. Script completed
  333. IP 0.0.0.0        ->255.255.255.255 len 328 prot 17
  334. UDP 68->67 300
  335. 01 01 06 00 E1 CC 4F 00 00 00 00 00 00 00 00 00 
  336. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  337. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  338. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  339. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  340. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  341. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  342. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  343. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  344. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  345. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  346. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  347. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  348. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  349. 00 00 00 00 00 00 00 00 00 00 00 00 63 82 53 63 
  350. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  351. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  352. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  353. 00 00 00 00 00 00 00 00 00 00 00 00 
  354. IP 142.32.3.99    ->142.32.3.100    len 328 prot 17
  355. UDP 67->68 300
  356. 02 01 06 00 E1 CC 4F 00 00 00 00 00 00 00 00 00 
  357. 8E 20 03 64 8E 20 03 63 8E 20 03 01 00 00 00 00 
  358. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  359. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  360. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  361. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  362. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  363. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  364. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  365. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  366. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  367. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  368. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  369. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  370. 00 00 00 00 00 00 00 00 00 00 00 00 63 82 53 63 
  371. 01 04 FF FF 00 00 FF 00 00 00 00 00 00 00 00 00 
  372. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  373. 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
  374. 00 00 00 00 00 00 00 00 00 00 00 00 
  375. BOOTP received
  376. My ip = 142.32.3.100
  377. My gateway = 142.32.3.1
  378. tag:1 len:4
  379. Netmask = 255.255.0.0 Mygateway = 142.32.3.1 Mydns = 142.32.102.25
  380.  
  381. Has anyone been successful with bootp over slip with Trumpet Winsock V1?
  382. From MarkW@ms70.nuwes.sea06.navy.mil Thu Feb 17 01:29:00 1994
  383. Received: from m65sun.nuwes.sea06.navy.mil by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  384.           id AA08611; Thu, 17 Feb 1994 12:37:11 -0500
  385. Received: from ms70.nuwes.sea06.navy.mil ([140.178.70.3]) by m65sun.nuwes.sea06.navy.mil with SMTP id AA12471
  386.   (5.65c/IDA-1.4.4 for winsock@calypso-2.oit.unc.edu); Thu, 17 Feb 1994 09:42:26 -0800
  387. Received: by ms70.nuwes.sea06.navy.mil with Microsoft Mail
  388.     id <2D63AB20@ms70.nuwes.sea06.navy.mil>; Thu, 17 Feb 94 09:36:32 PST
  389. From: West Mark                5741 <MarkW@ms70.nuwes.sea06.navy.mil>
  390. To: winsock <winsock@sunsite.unc.edu>
  391. Subject: Help : Is there a .ini file for Trumptel?
  392. Date: Thu, 17 Feb 94 09:29:00 PST
  393. Message-Id: <2D63AB20@ms70.nuwes.sea06.navy.mil>
  394. Encoding: 6 TEXT
  395. X-Mailer: Microsoft Mail V3.0
  396.  
  397.  
  398. Is there an .ini file for Trumptel? what is its format? what are its 
  399. keywords? The copy I am using is not interpreting line drawing characters 
  400. and is not sending function keys. Are these parameters settable?
  401.  
  402. Mark West
  403. From news@bigblue.oit.unc.edu Thu Feb 17 05:43:47 1994
  404. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  405.           id AA17343; Thu, 17 Feb 1994 13:26:59 -0500
  406. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  407.           id AA11498; Thu, 17 Feb 1994 13:10:09 -0500
  408. Received: from GATEWAY by bigblue with netnews
  409.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  410. To: winsock@sunsite.unc.edu
  411. Date: 17 Feb 1994 11:43:47 -0600
  412. From: miltonm@bga.com (Milton D. Miller II)
  413. Message-Id: <2k0acj$6i6@vern.bga.com>
  414. Organization: Real/Time Communications - Bob Gustwick and Associates
  415. Sender: ses
  416. References: <greenman.71.2D623EBE@terra.oscs.montana.edu>, <2k086nINNrso@uwm.edu>
  417. Subject: Re: KA9Q/slip/winsock troubles
  418.  
  419. In article <2k086nINNrso@uwm.edu>,
  420. Paul V Hardiman <hardiman@alpha1.csd.uwm.edu> wrote:
  421. >In article <greenman.71.2D623EBE@terra.oscs.montana.edu> greenman@terra.oscs.montana.edu (Bruce Albert) writes:
  422. >>The problem is I can't figure out how to get the KA9Q pc to 
  423. >>route between the slip client and the ethernet.
  424. >
  425. >I once made a dumb assumption about KA9Q which caused a problem like
  426. >this.  KA9Q will not route by default.  You must put a "start rip"
  427. >command in autoexec.net.
  428. >
  429.  
  430. Actually, KA9Q will route, and in fact you can not disable it.  However,
  431. it will not advertise that it will route (which start rip causes it to
  432. do if your subnet is using RIP).  Another method is to use the arp 
  433. publish and have it RARP / proxy arp if there is only a few PC's rather
  434. than a whole net behind it.
  435.  
  436.  
  437. milton
  438. --
  439. Milton Miller  KB5TKF  miltonm@bga.com
  440. From news@bigblue.oit.unc.edu Thu Feb 17 13:09:20 1994
  441. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  442.           id AA17357; Thu, 17 Feb 1994 13:27:02 -0500
  443. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  444.           id AA20207; Thu, 17 Feb 1994 13:11:25 -0500
  445. Received: from GATEWAY by bigblue with netnews
  446.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  447. To: winsock@sunsite.unc.edu
  448. Date: Thu, 17 Feb 1994 13:09:20 GMT
  449. From: hans.juergen.beie@zfe.siemens.de (Hans-Juergen Beie)
  450. Message-Id: <CLDDvL.us@franken.zfe.siemens.de>
  451. Organization: Siemens AG, Erlangen, Germany
  452. Sender: ses
  453. References: <2jounsINNid5@saturn.caps.maine.edu>
  454. Subject: Re: Looking for Telnet
  455.  
  456. In article <2jounsINNid5@saturn.caps.maine.edu>, tex@gandalf.umcs.maine.edu (Tex) says:
  457. >
  458. >I'm looking for a good telnet package for the winsock.
  459. >Presently using the NCSA version, works ok, but would like more options
  460. >like key defines and terminal emulations
  461. >
  462. Try WinQVT/Net. Its Telnet supports VT5x, VT1xx, VT2xx. You can set up different
  463. terminal configurations including keymaps, scripts and some other features.
  464.  
  465. You'll get it via ftp from biochemistry.bioc.cwru.edu.
  466. The winsock version is qvtws396.zip
  467.  
  468. Hope that helps.
  469.  
  470. HJB
  471. --------------------------------------------------------------------
  472. Dr. Hans-Juergen Beie                      Siemens AG / ZFE BT EP 61
  473.                                     Corporate Research & Development
  474. Internet:                                              P.O. Box 3220
  475.    hans.juergen.beie@zfe.siemens.de                 D-91050 Erlangen
  476.    hjb@pollux.franken.de
  477. Fido:                                        voice: +49 9131 7-21248
  478.    Hans-Juergen Beie@2:2490/2089.4             fax: +49 9131 7-23046
  479. --------------------------------------------------------------------
  480. From news@bigblue.oit.unc.edu Thu Feb 17 05:53:15 1994
  481. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  482.           id AA17366; Thu, 17 Feb 1994 13:27:03 -0500
  483. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  484.           id AA12344; Thu, 17 Feb 1994 13:17:59 -0500
  485. Received: from GATEWAY by bigblue with netnews
  486.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  487. To: winsock@sunsite.unc.edu
  488. Date: 17 Feb 1994 11:53:15 -0600
  489. From: NEWCOMBE@AA.csc.Peachnet.EDU (Dan Newcombe)
  490. Message-Id: <MAILQUEUE-101.940217125257.384@AA.csc.peachnet.edu>
  491. Organization: UTexas Mail-to-News Gateway
  492. Sender: ses
  493. Subject: WinFSP: Does it work for anyone?
  494.  
  495. I tried to get Win FSP to work (IT LOOKS NICE!!!) but no matter what host
  496. or port I try, immediatly after I click OK, it pops up a message saying it
  497. couldn't connect.  I am using Trumpet Winsock.  I've had no problem 
  498. connecting to the hosts via FTP or Telnet either :)
  499.  
  500. Any clues?
  501.  
  502.     -Dan
  503. --
  504. Dan A. Newcombe                                     Clayton State College
  505. Computing Services                                  Morrow, GA 30260
  506. E-Mail Address: newcombe@aa.csc.peachnet.edu        (404)-961-3421
  507. -=-=-=- I can handle MIME mail, so don't be afraid to send me some -=-=-=-
  508. - Do you realize that you could have gone back to her? But that would
  509.   only be retracing all the problems that you ever knew, so untrue.
  510.                                   (Marillion, Childhoods End?)
  511.  
  512.